Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
설명
외부에서 공유 url을 받아와 폴더 선택화면으로 넘겨줍니다
main_bottom_tab.dart
에서SchedulerBinding.instance.addPostFrameCallback
을 통해 외부 에서 공유한 url을 받아오고folderSelect
화면으로url
과 함께 넘겨줍니다공유로 받아온
url
의 취향을 링크 형태로만 생성되기 때문에 폴더를 선택하면 바로 링크 추가 화면으로 넘어가고url
을 크롤링해서 기본 정보를 보여줍니다데모
기타
Closes #18
외부 에서 바텀시트 형태의 앱을 띄워주는방법이 제한되기 떄문에 해당 pr을 닫고 지금 작성된 pr과 대체합니다